home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / RectObj.z / RectObj
Text File  |  1998-10-30  |  8KB  |  133 lines

  1.  
  2.  
  3.  
  4.      RRRReeeeccccttttOOOObbbbjjjj((((lllliiiibbbbrrrraaaarrrryyyy ccccaaaallllllll))))     UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV     RRRReeeeccccttttOOOObbbbjjjj((((lllliiiibbbbrrrraaaarrrryyyy ccccaaaallllllll))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           RRRReeeeccccttttOOOObbbbjjjj - The RectObj widget class
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.           #include <Xm/Xm.h>
  13.  
  14.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  15.           This page documents Motif 2.1.
  16.  
  17.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.           RectObj is never instantiated.  Its sole purpose is as a
  19.           supporting superclass for other widget classes.
  20.  
  21.         CCCCllllaaaasssssssseeeessss
  22.           RectObj inherits behavior and a resource from OOOObbbbjjjjeeeecccctttt.
  23.  
  24.           The class pointer is _r_e_c_t_O_b_j_C_l_a_s_s.
  25.  
  26.           The class name is RRRReeeeccccttttOOOObbbbjjjj.
  27.  
  28.         NNNNeeeewwww RRRReeeessssoooouuuurrrrcccceeeessss
  29.           The following table defines a set of widget resources used
  30.           by the programmer to specify data. The programmer can also
  31.           set the resource values for the inherited classes to set
  32.           attributes for this widget. To reference a resource by name
  33.           or by class in a ....XXXXddddeeeeffffaaaauuuullllttttssss file, remove the XXXXmmmmNNNN or XXXXmmmmCCCC
  34.           prefix and use the remaining letters. To specify one of the
  35.           defined values for a resource in a ....XXXXddddeeeeffffaaaauuuullllttttssss file, remove
  36.           the XXXXmmmm prefix and use the remaining letters (in either
  37.           lowercase or uppercase, but include any underscores between
  38.           words).  The codes in the access column indicate if the
  39.           given resource can be set at creation time (C), set by using
  40.           XXXXttttSSSSeeeettttVVVVaaaalllluuuueeeessss (S), retrieved by using XXXXttttGGGGeeeettttVVVVaaaalllluuuueeeessss (G), or is
  41.           not applicable (N/A).
  42.  
  43.                                   RRRReeeeccccttttOOOObbbbjjjj RRRReeeessssoooouuuurrrrcccceeee SSSSeeeetttt
  44.           NNNNaaaammmmeeee                   CCCCllllaaaassssssss            TTTTyyyyppppeeee        DDDDeeeeffffaaaauuuulllltttt   AAAAcccccccceeeessssssss
  45.           XmNancestorSensitive   XmCSensitive     Boolean     dynamic   G
  46.           XmNborderWidth         XmCBorderWidth   Dimension   1         CSG
  47.           XmNheight              XmCHeight        Dimension   dynamic   CSG
  48.           XmNsensitive           XmCSensitive     Boolean     True      CSG
  49.           XmNwidth               XmCWidth         Dimension   dynamic   CSG
  50.           XmNx                   XmCPosition      Position    0         CSG
  51.           XmNy                   XmCPosition      Position    0         CSG
  52.  
  53.           XXXXmmmmNNNNaaaannnncccceeeessssttttoooorrrrSSSSeeeennnnssssiiiittttiiiivvvveeee
  54.                     Specifies whether the immediate parent of the
  55.                     gadget receives input events.  Use the function
  56.                     XXXXttttSSSSeeeettttSSSSeeeennnnssssiiiittttiiiivvvveeee if you are changing the argument to
  57.                     preserve data integrity (see XXXXmmmmNNNNsssseeeennnnssssiiiittttiiiivvvveeee).  The
  58.                     default is the bitwise AND of the parent's
  59.                     XXXXmmmmNNNNsssseeeennnnssssiiiittttiiiivvvveeee and XXXXmmmmNNNNaaaannnncccceeeessssttttoooorrrrSSSSeeeennnnssssiiiittttiiiivvvveeee resources.
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      RRRReeeeccccttttOOOObbbbjjjj((((lllliiiibbbbrrrraaaarrrryyyy ccccaaaallllllll))))     UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV     RRRReeeeccccttttOOOObbbbjjjj((((lllliiiibbbbrrrraaaarrrryyyy ccccaaaallllllll))))
  71.  
  72.  
  73.  
  74.           XXXXmmmmNNNNbbbboooorrrrddddeeeerrrrWWWWiiiiddddtttthhhh
  75.                     Specifies the width of the border placed around
  76.                     the RectObj's rectangular display area.
  77.  
  78.           XXXXmmmmNNNNhhhheeeeiiiigggghhhhtttt Specifies the inside height (excluding the border)
  79.                     of the RectObj's rectangular display area.
  80.  
  81.           XXXXmmmmNNNNsssseeeennnnssssiiiittttiiiivvvveeee
  82.                     Determines whether a RectObj receives input
  83.                     events.  If a RectObj is sensitive, the parent
  84.                     dispatches to the gadget all keyboard, mouse
  85.                     button, motion, window enter/leave, and focus
  86.                     events.  Insensitive gadgets do not receive these
  87.                     events.  Use the function XXXXttttSSSSeeeettttSSSSeeeennnnssssiiiittttiiiivvvveeee to change
  88.                     the sensitivity argument.  Using XXXXttttSSSSeeeettttSSSSeeeennnnssssiiiittttiiiivvvveeee
  89.                     ensures that if a parent widget has XXXXmmmmNNNNsssseeeennnnssssiiiittttiiiivvvveeee
  90.                     set to False, the ancestor-sensitive flag of all
  91.                     its children is appropriately set.
  92.  
  93.           XXXXmmmmNNNNwwwwiiiiddddtttthhhh  Specifies the inside width (excluding the border)
  94.                     of the RectObj's rectangular display area.
  95.  
  96.           XXXXmmmmNNNNxxxx      Specifies the x-coordinate of the upper left
  97.                     outside corner of the RectObj's rectangular
  98.                     display area.  The value is relative to the upper
  99.                     left inside corner of the parent window.
  100.  
  101.           XXXXmmmmNNNNyyyy      Specifies the y-coordinate of the upper left
  102.                     outside corner of the RectObj's rectangular
  103.                     display area.  The value is relative to the upper
  104.                     left inside corner of the parent window.
  105.  
  106.         IIIInnnnhhhheeeerrrriiiitttteeeedddd RRRReeeessssoooouuuurrrrcccceeeessss
  107.           RectObj inherits behavior and a resource from OOOObbbbjjjjeeeecccctttt. For a
  108.           description of this resource, refer to the OOOObbbbjjjjeeeecccctttt reference
  109.           page.
  110.  
  111.                                   OOOObbbbjjjjeeeecccctttt RRRReeeessssoooouuuurrrrcccceeee SSSSeeeetttt
  112.           NNNNaaaammmmeeee                 CCCCllllaaaassssssss         TTTTyyyyppppeeee             DDDDeeeeffffaaaauuuulllltttt   AAAAcccccccceeeessssssss
  113.           XmNdestroyCallback   XmCCallback   XtCallbackList   NULL      C
  114.  
  115.         TTTTrrrraaaannnnssssllllaaaattttiiiioooonnnnssss
  116.           There are no translations for RectObj.
  117.  
  118.      RRRREEEELLLLAAAATTTTEEEEDDDD
  119.           OOOObbbbjjjjeeeecccctttt(3).
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                         (printed 10/24/98)
  130.  
  131.  
  132.  
  133.